This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Example of QICore AllergyIntolerance Refuted (id = "allergyintolerance-example-refuted")
<AllergyIntolerance xmlns="http://hl7.org/fhir"> <id value="allergyintolerance-example-refuted"/> <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: allergyintolerance-example-refuted</p><p><b>identifier</b>: 49476534</p><p><b>status</b>: refuted</p><p><b>category</b>: food</p><p><b>substance</b>: Cashew nuts <span>(Details : {SNOMED CT code '227493005' = 'Cashew nut (substance)', given as 'Cashew nuts'})</span></p><p><b>patient</b>: <a>Patient/example</a></p><p><b>recordedDate</b>: 09/10/2014 2:58:00 PM</p><p><b>recorder</b>: <a>Practitioner/example</a></p></div></text><extension url="http://hl7.org/fhir/StructureDefinition/allergyintolerance-reasonRefuted"> <valueCodeableConcept> <coding> <system value="http://hl7.org/fhir/v3/ActReason"/> <code value="MED"/> <display value="Medical Status Altered"/> </coding> </valueCodeableConcept> </extension> <!-- an identifier used for this Adverse Reaction Risk --> <identifier> <system value="http://acme.com/ids/patients/risks"/> <value value="49476534"/> </identifier> <!-- allergy is tested to be negative --> <status value="refuted"/> <!-- this categorisation is implied by "cashew nut" and therefore basically redundant, but many systems collect this field anyway, since it's either useful when the substance is not coded, or it's quicker to sort/filter on than using terminology based reasoning --> <category value="food"/> <!-- substance - either coded, or text. A few times, there's a full description of a complex substance - in these caes, use the extension [url] to refer to a Substance resource --> <substance> <coding> <system value="http://snomed.info/sct"/> <code value="227493005"/> <display value="Cashew nuts"/> </coding> </substance> <!-- the patient that actually has the risk of adverse reaction --> <patient> <reference value="Patient/example"/> </patient> <!-- the date that this entry was recorded --> <recordedDate value="2014-10-09T14:58:00+11:00"/> <!-- who made the record / last updated it --> <recorder> <reference value="Practitioner/example"/> </recorder> </AllergyIntolerance>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.